.index_ys_news{min-width:1190px; max-width:1920px; background:#ffffff; margin:auto; margin-top:59px; padding-bottom:57px;}
.index_news_title{width:1190px; margin: auto;}
.index_news_left{width:200px; float:left;}
.index_news_head{width:100%; height:36px; overflow:hidden;}
.index_news_head2{width:100%; height:48px; text-align:left; font-size:30px; color:#00583f; line-height:48px;}
.index_news_line{width:35px; margin-top:24px; height:0; border-bottom:2px solid #333333;}
.index_news_more{width:165px; height:42px; line-height:42px; text-align:center; margin-top:31px; background:#00583f; float:right;}

.index_news_container{width:1190px; margin: auto; margin-top:30px;}
.index_news_list{width:356px; float:left;}
.index_news_date{width:55px; float:left; border-bottom:1px solid #e0e0e0; font-size:13px; color:#333333; line-height:27px; text-align:center;}
.index_news_date span{ font-size:25px; color:#00583f; line-height:31px; display:block;}

.news_right_textbox{width:292px; float:right;}
.left_news_pic{width:279px; height:127px; padding:5px; border:1px solid #beab30; overflow:hidden;}
.left_news_pic img{width:279px; height:127px; overflow:hidden; transition:all .6s;}
.index_news_list:hover .left_news_pic img{transition:all .6s; transform:scale(1.15);}
.news_right_text{width:100%; margin-top:25px; text-align:left; color:#333333; font-size:15px;  line-height:20px;}
.news_right_jj{width:100%; margin-top:12px; text-align:left; color:#666666; font-size:14px; line-height:22px;}
.index_news_list:hover .news_right_text{ color:#00583f; text-decoration:underline;}

#index_news_animate,#index_news_animate_1,#index_news_animate_2,#index_news_animate_3{
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;

-webkit-animation-duration: 1s;
-webkit-animation-delay: .2s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: 1s;
-moz-animation-delay: .2s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: 1s;
-ms-animation-delay: .2s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: 1s;
animation-delay: .2s;
animation-timing-function: ease;
animation-fill-mode: both;
}